From e9ff457a402022b12bea2158e61cef5b1921577b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 11 Feb 2011 23:53:14 +0100 Subject: [PATCH] x11: Make the device manager struct actually subclass the correct device --- gdk/x11/gdkdevicemanager-xi2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkdevicemanager-xi2.c b/gdk/x11/gdkdevicemanager-xi2.c index 16de055269..bbf2e28725 100644 --- a/gdk/x11/gdkdevicemanager-xi2.c +++ b/gdk/x11/gdkdevicemanager-xi2.c @@ -38,7 +38,7 @@ struct _GdkX11DeviceManagerXI2 { - GdkDeviceManager parent_object; + GdkX11DeviceManagerCoreClass parent_class; GHashTable *id_table; -- 2.30.2